func internal/fmtsort.nilCompare

3 uses

	internal/fmtsort (current package)
		sort.go#L144: 		if c, ok := nilCompare(aVal, bVal); ok {
		sort.go#L171: 		if c, ok := nilCompare(aVal, bVal); ok {
		sort.go#L190: func nilCompare(aVal, bVal reflect.Value) (int, bool) {